home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Icons don't show up in the menu
- Sent: 7/1/96 10:57 AM
- Received: 7/1/96 11:02 AM
- From: Henri Lamiraux, lamiraux@apple.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >How can I do this using the ODF class FW_CSharedLibraryResourceFile for
- >this? I've only seen it used to set up a scope within a method, not across
- >methods.
- >
-
- You need to use the OpenDoc utilities methods BeginUsingLibraryResources
- and EndUsingLibraryResources. ODF 1 doesn't provide such utilities but
- there are no problems using the OD utilities.
-
- >How do I check for a key down event in ODF? I can't find any HandleKey, or
- >KeyDown methods that I can subclass, and my DoVirtualKey method is not
- >called with some command key events.
-
- Look at FW_MEventHandler::HandleCharKey.
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-
-
- ........................................................................
- Henri Lamiraux lamiraux@apple.com
- Apple Computer, Inc. OpenDoc(tm) Development Framework
- ........................................................................
-
-